home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / graphics / nview140.zip / PLAY.BAT < prev    next >
DOS Batch File  |  1995-01-11  |  818b  |  28 lines

  1. @echo off
  2. REM ----------------------------------------------------------------
  3. REM  The NOMSSI Viewer  Release 1.40                  (11.1.95)
  4. REM  A graphics file viewer for SuperVGA
  5. REM
  6. REM  Copyright (c) 1993,95 by NOMSSI NZALI Jacques Hubert Christian
  7. REM  All Rights Reserved.
  8. REM ----------------------------------------------------------------
  9. if "%1"=="" goto error
  10. set play=%1
  11. set listen=
  12. echo The NOMSSI Viewer play-back
  13. REM
  14. echo.
  15. echo  This program is ShareWare. You may copy and distribute it as stated in
  16. echo  the README.NV file, but payment of US$29 is required for continued use.
  17. echo  Use the REGISTER.FRM file to order a registered release.
  18. echo .
  19. pause
  20. REM
  21. nv %2 %3 %4 %5 %6 %7 %8 %9
  22. set play=
  23. goto exit
  24. :error
  25. echo.
  26. echo Syntax: PLAY recordname
  27. echo i.e.: PLAY test
  28. :exit